﻿2026-08-28T09:54:36.4066321Z ##[group]Run actions/checkout@v5
2026-08-28T09:54:36.4066893Z with:
2026-08-28T09:54:36.4067333Z   repository: BigscreenVR/spt-bs-core
2026-08-28T09:54:36.4070569Z   token: ***
2026-08-28T09:54:36.4070987Z   ssh-strict: true
2026-08-28T09:54:36.4071401Z   ssh-user: git
2026-08-28T09:54:36.4071808Z   persist-credentials: true
2026-08-28T09:54:36.4072236Z   clean: true
2026-08-28T09:54:36.4072628Z   sparse-checkout-cone-mode: true
2026-08-28T09:54:36.4073089Z   fetch-depth: 1
2026-08-28T09:54:36.4073473Z   fetch-tags: false
2026-08-28T09:54:36.4073902Z   show-progress: true
2026-08-28T09:54:36.4074293Z   lfs: false
2026-08-28T09:54:36.4074666Z   submodules: false
2026-08-28T09:54:36.4075075Z   set-safe-directory: true
2026-08-28T09:54:36.4075542Z   allow-unsafe-pr-checkout: false
2026-08-28T09:54:36.4075985Z ##[endgroup]
2026-08-28T09:54:36.4868635Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-28T09:54:36.4870606Z ##[group]Getting Git version info
2026-08-28T09:54:36.4871358Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-28T09:54:36.4872399Z [command]/usr/bin/git version
2026-08-28T09:54:36.4872861Z git version 2.43.0
2026-08-28T09:54:36.4884715Z ##[endgroup]
2026-08-28T09:54:36.4892188Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/b0c0575e-56fa-4b0e-8c7a-dff98c252829/.gitconfig'
2026-08-28T09:54:36.4898495Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/b0c0575e-56fa-4b0e-8c7a-dff98c252829' before making global git config changes
2026-08-28T09:54:36.4899814Z Adding repository directory to the temporary git global config as a safe directory
2026-08-28T09:54:36.4901331Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-28T09:54:36.4933237Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-28T09:54:36.4949581Z https://github.com/BigscreenVR/spt-bs-core
2026-08-28T09:54:36.4959399Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-28T09:54:36.4961498Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-28T09:54:36.4979337Z refs/heads/main
2026-08-28T09:54:36.4985817Z [command]/usr/bin/git checkout --detach
2026-08-28T09:54:36.5050886Z HEAD is now at 827a3b772 fixup! test(servicehost): honor retryable kill
2026-08-28T09:54:36.5087915Z [command]/usr/bin/git branch --delete --force main
2026-08-28T09:54:36.5119901Z Deleted branch main (was 827a3b772).
2026-08-28T09:54:36.5265285Z ##[endgroup]
2026-08-28T09:54:36.5265838Z [command]/usr/bin/git submodule status
2026-08-28T09:54:36.5449590Z ##[group]Cleaning the repository
2026-08-28T09:54:36.5452311Z [command]/usr/bin/git clean -ffdx
2026-08-28T09:54:37.1975727Z Removing target/
2026-08-28T09:54:37.1984695Z [command]/usr/bin/git reset --hard HEAD
2026-08-28T09:54:37.2060841Z HEAD is now at 827a3b772 fixup! test(servicehost): honor retryable kill
2026-08-28T09:54:37.2068762Z ##[endgroup]
2026-08-28T09:54:37.2069976Z ##[group]Disabling automatic garbage collection
2026-08-28T09:54:37.2071778Z [command]/usr/bin/git config --local gc.auto 0
2026-08-28T09:54:37.2098333Z ##[endgroup]
2026-08-28T09:54:37.2099693Z ##[group]Setting up auth
2026-08-28T09:54:37.2103216Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-28T09:54:37.2129383Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-28T09:54:37.2323362Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-28T09:54:37.2351935Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-28T09:54:37.2541249Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-28T09:54:37.2581400Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-28T09:54:37.2775499Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-28T09:54:37.2807485Z ##[endgroup]
2026-08-28T09:54:37.2809120Z ##[group]Fetching the repository
2026-08-28T09:54:37.2814935Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +827a3b772ef7723ffed195a0c363f0864354d926:refs/remotes/origin/golden/ir2-incremental-on
2026-08-28T09:54:37.8507944Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-28T09:54:37.8511112Z  * [new ref]             827a3b772ef7723ffed195a0c363f0864354d926 -> origin/golden/ir2-incremental-on
2026-08-28T09:54:37.8541609Z ##[endgroup]
2026-08-28T09:54:37.8542916Z ##[group]Determining the checkout info
2026-08-28T09:54:37.8544336Z ##[endgroup]
2026-08-28T09:54:37.8546693Z [command]/usr/bin/git sparse-checkout disable
2026-08-28T09:54:37.8585367Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-28T09:54:37.8612249Z ##[group]Checking out the ref
2026-08-28T09:54:37.8615717Z [command]/usr/bin/git checkout --progress --force -B golden/ir2-incremental-on refs/remotes/origin/golden/ir2-incremental-on
2026-08-28T09:54:37.8685856Z Switched to a new branch 'golden/ir2-incremental-on'
2026-08-28T09:54:37.8687867Z branch 'golden/ir2-incremental-on' set up to track 'origin/golden/ir2-incremental-on'.
2026-08-28T09:54:37.8692889Z ##[endgroup]
2026-08-28T09:54:37.8733331Z [command]/usr/bin/git log -1 --format=%H
2026-08-28T09:54:37.8763587Z 827a3b772ef7723ffed195a0c363f0864354d926
